home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ccdl150l.zip / COMPLIB / 68K / STKCHK.SRC < prev   
Text File  |  1996-07-31  |  158b  |  9 lines

  1.     section code
  2.     xdef __stackerror
  3.     xref _printf,_abort
  4.  
  5. __stackerror:
  6.     pea.l    (errmsg,pc)
  7.     bsr    _printf
  8.     bra    _abort
  9. errmsg:    dc.b    "stack overflow",10,13,0